Data Changed
{ onDataChanged }
The onDataChanged() function should handle any code that may be affected from data changes only. This function will be called once per change, with no relation to the number of chunks in the data.
Method
this.onDataChanged = function(fullData, api) {};
Returns
void
Inputs
fullData
all chunks data - the full data is a 3D array that contains the chunk data for all chunks, by rows and columns.
api
custom visual API instance